< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03020400.xhp

(section: organisation)

Managing Files
ファイルの管理(hd_id3145136.1)

The functions and statements for managing files are described here.
ここでは、ファイル管理用の関数およびステートメントについて説明をします。(par_id3147264.2)

(/section: organisation)

(embed text/sbasic/shared/03020401.xhp#chdir : linkinfo)

ChDir Statement [Runtime]
ChDir ステートメント [実行時](hd_id3150178.1)

Changes the current directory or drive.
現在のディレクトリないしドライブを変更します。(par_id3153126.2)

(/embed text/sbasic/shared/03020401.xhp#chdir)

(embed text/sbasic/shared/03020402.xhp#chdrive : linkinfo)

ChDrive Statement [Runtime]
ChDrive ステートメント [実行時](hd_id3145068.1)

Changes the current drive.
現在のドライブを変更します。(par_id3149656.2)

(/embed text/sbasic/shared/03020402.xhp#chdrive)

(embed text/sbasic/shared/03020403.xhp#curdir : linkinfo)

CurDir Function [Runtime]
CurDir 関数 [実行時](hd_id3153126.1)

Returns a variant string that represents the current path of the specified drive.
指定ドライブの現在のパスを示す文字列を返します。(par_id3156343.2)

(/embed text/sbasic/shared/03020403.xhp#curdir)

(embed text/sbasic/shared/03020404.xhp#dir : linkinfo)

Dir Function [Runtime]
Dir 関数 [実行時](hd_id3154347.1)

Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path.
個々のファイルやディレクトリの名前および、指定した検索パスに該当するドライブやディレクトリの中にある、すべてのファイルおよびディレクトリの名前を返します。(par_id3153381.2)

(/embed text/sbasic/shared/03020404.xhp#dir)

(embed text/sbasic/shared/03020405.xhp#fileattr : linkinfo)

FileAttr Function [Runtime]
FileAttr 関数 [実行時](hd_id3153380.1)

Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle).
Open ステートメントでオープンしたファイルのファイルアクセス番号ないしアクセスモードを返します。ファイルアクセス番号は、オペレーティングシステムに依存します (OSH = Operating System Handle)。(par_id3154366.2)

(/embed text/sbasic/shared/03020405.xhp#fileattr)

(embed text/sbasic/shared/03020406.xhp#filecopy : linkinfo)

FileCopy Statement [Runtime]
FileCopy ステートメント [実行時](hd_id3154840.1)

Copies a file.
ファイルをコピーします。(par_id3149497.2)

(/embed text/sbasic/shared/03020406.xhp#filecopy)

(embed text/sbasic/shared/03020407.xhp#filedatetime : linkinfo)

FileDateTime Function [Runtime]
FileDateTime 関数 [実行時](hd_id3153361.1)

Returns a string that contains the date and the time that a file was created or last modified.
ファイルが作成ないし最後に変更された日付および時刻を、文字列として返します。(par_id3156423.2)

(/embed text/sbasic/shared/03020407.xhp#filedatetime)

(embed text/sbasic/shared/03020415.xhp#fileexists : linkinfo)

FileExists Function [Runtime]
FileExists 関数 [実行時](hd_id3148946.1)

Determines if a file or a directory is available on the data medium.
指定したファイルやディレクトリが、データ記録媒体上で使用可能であるかを確認します。(par_id3153361.2)

(/embed text/sbasic/shared/03020415.xhp#fileexists)

(embed text/sbasic/shared/03020408.xhp#filelen : linkinfo)

FileLen Function [Runtime]
FileLen 関数[実行時](hd_id3153126.1)

Returns the length of a file in bytes.
ファイルのサイズをバイト単位で返します。(par_id3145068.2)

(/embed text/sbasic/shared/03020408.xhp#filelen)

(embed text/sbasic/shared/03020409.xhp#getattr : linkinfo)

GetAttr Function [Runtime]
GetAttr 関数 [実行時](hd_id3150984.1)

Returns a bit pattern that identifies the file type or the name of a volume or a directory.
ボリュームやディレクトリの名前ないしファイルのタイプを示すビットパターン情報を取得して返します。(par_id3154347.2)

(/embed text/sbasic/shared/03020409.xhp#getattr)

(embed text/sbasic/shared/03020410.xhp#kill : linkinfo)

Kill Statement [Runtime]
Kill ステートメント [実行時](hd_id3153360.1)

Deletes a file from a disk.
ディスク上にあるファイルを削除します。(par_id3151211.2)

(/embed text/sbasic/shared/03020410.xhp#kill)

(embed text/sbasic/shared/03020411.xhp#mkdir : linkinfo)

MkDir Statement [Runtime]
MkDir ステートメント [実行時](hd_id3156421.1)

Creates a new directory on a data medium.
データ記録媒体上に新規ディレクトリを作成します。(par_id3147000.2)

(/embed text/sbasic/shared/03020411.xhp#mkdir)

(embed text/sbasic/shared/03020412.xhp#name : linkinfo)

Name Statement [Runtime]
Name ステートメント [実行時](hd_id3143268.1)

Renames an existing file or directory.
既存のファイルおよびディレクトリの名前を変更します。(par_id3154346.2)

(/embed text/sbasic/shared/03020412.xhp#name)

(embed text/sbasic/shared/03020413.xhp#rmdir : linkinfo)

RmDir Statement [Runtime]
RmDir ステートメント [実行時](hd_id3148947.1)

Deletes an existing directory from a data medium.
データ記録媒体上にある既存ディレクトリを削除します。(par_id3149457.2)

(/embed text/sbasic/shared/03020413.xhp#rmdir)

(embed text/sbasic/shared/03020414.xhp#setattr : linkinfo)

SetAttr Statement [Runtime]
SetAttr ステートメント [実行時](hd_id3147559.1)

Sets the attribute information for a specified file.
指定ファイルの属性情報を設定します。(par_id3147264.2)

(/embed text/sbasic/shared/03020414.xhp#setattr)


< Prev / Next >